@charset "utf-8";


.example{
    /*シャドー*/box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
}
.button a {
	position: relative;
	top: 50px; /* 上を基準 */
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 230px;
	padding: 15px 0px 15px 25px;
	font-family: "Shippori Mincho", serif;
	line-height: 1.8;
	text-decoration: none;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-align: right;
  }
  
  .button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  }
  .button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #2f7f78;
  border-right: solid 2px #2f7f78;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
  }
  .button a:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  }
  .button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  }
  
  .button a:hover span {
  color: #fff;
  }
  .button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  }
  .button a:hover:after {
  right: 0;
  width: 100%;
  background: #2f7f78;
  }
  
.padding{
	 padding-right: 10%;
	 padding-left: 10%;
}

img {
	max-width: 100%;
}

#divBottomArea {
	display: none;
}

.listWrap {
	display: none;
}

.lineButton {
	width: 100%;
	height: 120px;
	max-width: 800px;
	margin: 0 auto 0;
}

.lineButton a {
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: rgb(60,60,60);
	background: -moz-linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1F0900",endColorstr="#1F0900",GradientType=1);
}

.lineButton a .icon {
	width: 26px;
	margin: 0 20px 0 0;
}

.lineButton a .tex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.lineButton a .tex b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

.lineButton a .tex small {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

.lineButton a .leftLine {
	width: 100%;
	max-width: 120px;
	position: absolute;
	left: 0;
	top: 0;
}

.lineButton a .rightLine {
	width: 100%;
	max-width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}

.recipe .recipe02{
 width: 25%;
 float: left;
 font-family: 'Shippori Mincho', serif !important;
 padding-right: 1%;
}

/*----------------------------------------------------
 flout_box33
----------------------------------------------------*/

.flout_box33{
 width: 33%;
 float: left;
 font-family: 'Shippori Mincho', serif !important;
 padding-left: 3%;
 font-size: 30px; 
}

.clear{
  clear: both;
}

/*----------------------------------------------------
 #visual
----------------------------------------------------*/

#visual {
	position: relative;
	overflow: hidden;
}

#visual .image {
	width: 100%;
	display: flex;
	justify-content: center;
}

#visual .image img {
	min-width: 2001px;
}

#visual .grayTitle {
	padding: 49px 0 51px;
	position: relative;
	background: url('https://shop.rtg.jp/Contents%2fFeature%2femployee_rttg_obj_b.jpg') center no-repeat;
	background-size: cover;
}

#visual .grayTitle:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}

#visual .grayTitle:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#visual .grayTitle h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: "Shippori Mincho", serif;
}

#visual .grayTitle h1 small {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 10px 0 0;
}

#visual .grayTitle h1 small span {
	font-size: 30px;
}

#visual .grayTitle h1 b {
	font-size: 47px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

/*----------------------------------------------------
 #deliver
----------------------------------------------------*/

#deliver {
	padding: 0px 0 2px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') center no-repeat;
	background-size: cover;
}

#deliver_2 {
    padding: 101px 0 70px;
    position: relative;
    overflow: hidden;
    background: url(https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg) center no-repeat;
    background-size: cover;
}

#deliver .objTitle {
	background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') no-repeat;
	background-size: 1300px auto;
	background-position: center 0;
	margin: 0 0 63px;
}

#deliver .objTitle .ribonIcon {
	width: 100%;
	max-width: 600.5px;
	margin: 0 auto 9px;
}

#deliver .objTitle h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 2.06666;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
}

#deliver .objTitle h2 span {
	color: #B40008;
}

#deliver .imageContets {
	position: relative;
	height: 800px;
	margin: 0 0 64px;
	padding: 79px 0 0 0;
}

#deliver .imageContets .bg {
	width: 100%;
    max-width: 2200px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#deliver .imageContets .bg img {
	width: 100%;
}

#deliver .imageContets .texArea {
	position: relative;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets .texArea p {
	position: relative;
	right: 0px;
	top: -65px;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #FFFFFF;
}

#deliver .imageContets .texArea_food {
	position: relative;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets .texArea_food p {
	position: relative;
	left: 130px;
	bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: right;
	font-family: "Shippori Mincho", serif;
	color: #FFFFFF;
	z-index: 1;
}

#deliver .imageContets .texArea_right {
	position: relative;
	left: 130px;
	top: 15px;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets .texArea_right p {
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: right;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

#deliver .imageContets .add {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	left: 120px;
	bottom: 27px;
	z-index: 1;
}



deliver .imageContets2 {
	position: relative;
	height: 980px;
	margin: 0 0 64px;
	padding: 79px 0 0 0;
}

#deliver .imageContets2 .bg {
	width: 100%;
  max-width: 2200px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#deliver .imageContets2 .bg img {
	width: 100%;
}

#deliver .imageContets2 .texArea {
	position: relative;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets2 .texArea p {
	position: relative;
	right: 65px;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #FFFFFF;
}

#deliver .imageContets2 .texArea_food {
	position: relative;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets2 .texArea_food p {
	position: relative;
	left: 130px;
	bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: right;
	font-family: "Shippori Mincho", serif;
	color: #FFFFFF;
}

#deliver .imageContets2 .texArea_right {
	position: relative;
	left: 130px;
	top: 95px;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets2 .texArea_right p {
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: right;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

#deliver .imageContets2 .add {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	left: 120px;
	bottom: 27px;
	z-index: 1;
}

#deliver .lineBox {
	position: relative;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 61px;
	padding: 90px 105px 68px 81px;
}

#deliver .lineBox:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #B09548;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#deliver .lineBox .firstBox {
	position: relative;
	display: flex;
	z-index: 1;
	width: 490px;
}

#deliver .lineBox .firstBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#deliver .lineBox .firstBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#deliver .lineBox .firstBox ul li .icon {
	width: 16px;
	margin: 0 2px 0 0;
}

#deliver .lineBox .firstBox ul li .texArea {
	width: calc(100% - 18px);
}

#deliver .lineBox .firstBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#deliver .lineBox .secondBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: 450px;
}

#deliver .lineBox .secondBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#deliver .lineBox .secondBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#deliver .lineBox .secondBox ul li .icon {
	width: 16px;
	margin: 0 2px 0 0;
}

#deliver .lineBox .secondBox ul li .texArea {
	width: calc(100% - 18px);
}

#deliver .lineBox .secondBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#deliver .lineBox ul li .addlList {
	display: flex;
	margin: 2px 0 0 0;
}

#deliver .lineBox ul li .addlList .smallIcon {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 4px 0 0;
}

#deliver .lineBox ul li .addlList .smallTex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

/*----------------------------------------------------
 #pickup
----------------------------------------------------*/

#pickup {
	padding: 101px 0 70px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') center no-repeat;
	background-size: cover;	
	position: relative;
	border: bottom 100px;
}

#pickup .objTitle {
	background: url('https://shop.rtg.jp/Contents%2fFeature%2fCarbonated_Water_LP_tittle_haikei1.png') no-repeat;
	background-size: 1300px auto;
	background-position: center 0;
	margin: 0 0 125px;
}

#pickup .objTitle .ribonIcon {
	width: 100%;
	max-width: 300.5px;
	margin: 0 auto 33px;
}

#pickup .objTitle .enTex {
	margin: 0 0 10px;
}

#pickup .objTitle .enTex p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #B09548;
	text-align: center;
	font-family: "EB Garamond", serif;
}

#pickup .objTitle h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
}

#pickup .pickupListFull {
	margin-bottom: 65px;
}

#pickup .pickupListFull .inner {
	padding-left: 13.6%;
	padding-right: 13.6%;
	width: initial;
}

#pickup .pickupListFull .box {
	position: relative;
	display: flex;
}

#pickup .pickupListFull .box:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #B09548;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 0;
}

#pickup .pickupListFull .box .image {
	width: 45.37%;
	position: relative;
	z-index: 1;
}

#pickup .pickupListFull .box .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#pickup .pickupListFull .box .conts {
	position: relative;
	z-index: 1;
	background: #2D2B2C;
	width: calc(100% - 45.37%);
	padding: 89px 77px 0 52px;
}

#pickup .pickupListFull .box .conts .areaIcon {
	position: absolute;
	right: 33px;
	top: -30px;
	width: 121.5px;
	height: 121.5px;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .pickupListFull .box .conts .areaIcon p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
}

#pickup .pickupListFull .box .conts h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.916;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #B09548;
	margin: 0 0 17px 0;
	padding: 0 0 7px 0;
}

#pickup .pickupListFull .box .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.1176;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#pickup .pickupListHerf {
	margin-bottom: 60px;
}

#pickup .pickupListHerf .inner {
	padding-left: 13.6%;
	padding-right: 13.6%;
	width: initial;
	display: flex;
	justify-content: space-between;
}

#pickup .pickupListHerf .box {
	position: relative;
	width: 45.37894%;
	display: flex;
	flex-direction: column;
}

#pickup .pickupListHerf .box:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 0;
}

#pickup .pickupListHerf .box .image {
	position: relative;
	z-index: 1;
	width: 100%;
}

#pickup .pickupListHerf .box .conts {
	position: relative;
	z-index: 1;
	background: #1b2d30;
	width: 100%;
	height: 100%;
	padding: 58px 59px 57px 52px;
}

#pickup .pickupListHerf .box .conts .areaIcon {
	position: absolute;
	right: -29px;
	top: -49px;
	width: 121.5px;
	height: 121.5px;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .pickupListHerf .box .conts .areaIcon p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#pickup .pickupListHerf .box .conts h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.916;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #B09548;
	margin: 0 0 17px 0;
	padding: 0 0 7px 0;
}

#pickup .pickupListHerf .box .conts p {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.1176;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

/*----------------------------------------------------
 #item
----------------------------------------------------*/

#item {
	padding: 108px 0 100px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/itemBg.jpg') center no-repeat;
	background-size: cover;
}

#item .inner {
	width: initial;
	padding-left: 15%;
	padding-right: 15%;
}

#item .itemList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

#item .itemList .box {
	width: 22.83333%;
	margin: 0 2.88883% 44px 0;
}

#item .itemList .box .iconHead {
	display: flex;
	margin-bottom: 8px;
}

#item .itemList .box .iconHead .icon {
	width: 16px;
	margin: 0 2px 0 0;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
}

#item .itemList .box .iconHead .tex {
	width: calc(100% - 20px);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#item .itemList .box .image {
	margin-bottom: 20px;
}

#item .itemList .box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.1428571;
	letter-spacing: 0;
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	z-index: 1;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and  (min-width: 1201px) {



	/*------------------------
	#item
	------------------------*/



}

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	#item .itemList .box:nth-child(4n) {
		margin-right: 0;
	}

}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px) {

	.button a {
		position: relative;
		top: 17px; /* 上を基準 */
	  }

	.sp_hidden {
		display: none !important;
	}

	.inner {
		min-width: initial;
	}

	.lineButton {
		height: 60px;
		max-width: 290px;
	}

	.lineButton a .icon {
		width: 14.135px;
		margin: 0 10px 0 0;
	}

	.lineButton a .tex b {
		font-size: 15.5px;
	}

	.lineButton a .tex small {
		font-size: 12.5px;
	}

	.lineButton a .leftLine {
		max-width: 60px;
	}

	.lineButton a .rightLine {
		max-width: 60px;
	}

	.recipe02{
        width: 100%;
        float: none;
        font-family: 'Shippori Mincho', serif !important;
        padding-right: 1%;
}




	/*---------------------------------
		#visual
	---------------------------------*/

	#visual .image {
		width: 100%;
		max-width: 100%;
	}

	#visual .image img {
		min-width: initial;
	}

	#visual .goldTitle {
    padding: 28px 0 30px;
    position: relative;
    background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/grayBg-sp.jpg') center no-repeat;
    background-size: cover;
	}

	#visual .grayTitle h1 {
		flex-direction: column;
		align-items: center;
	}

	#visual .grayTitle:before {
		display: none;
	}

	#visual .grayTitle:after {
		display: none;
	}

	#visual .grayTitle h1 small {
		font-size: 23px;
		margin: 0 0 8px 0;
	}

	#visual .grayTitle h1 small span {
		font-size: 19.5px;
		margin: 0 -6px 0 0;
	}

	#visual .grayTitle h1 b {
		font-size: 35px;
	}

	/*---------------------------------
		#deliver
	---------------------------------*/

	#deliver {
		padding: 0 0 0;
		background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') center no-repeat;
		background-size: cover;	
	}

	#deliver .objTitle {
		position: relative;
		margin: 0 0 0px;
	}

	#deliver .objTitle:before {
		content: '';
		width: 375px;
		height: 134.5px;
		background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') no-repeat;
		background-size: 100% auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#deliver .glaf_change {
		position: relative;
		top: -220px;
	}

	#deliver .objTitle .ribonIcon {
		max-width: 66.35px;
		margin: 0 auto 9px;
	}

	#deliver .objTitle h2 {
		font-size: 19px;
		line-height: 2.0789473;
	}

	#deliver .imageContets {
		margin: 0 0 29px;
		padding: 283px 0 0 0;
		box-sizing: border-box;
	}

	#deliver .imageContets .bg {
		position: absolute;
		top: 400px;
		left: 0;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	#deliver .imageContets .bg img {
		min-width: 100%;
	}

	#deliver .imageContets .texArea {
		position: relative;
		left: 0px;	
		top: -170px;				
		z-index: 1;
		width: 96%;
        margin:  0 auto; /* 中央寄せ */
	}

	#deliver .imageContets .texArea p {
		font-size: 13px;
		font-weight: 600;
		line-height: 2.3333;
		letter-spacing: 0;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #333333;
	}

		#deliver .imageContets .texArea_food {
		position: relative;
		left: 0px;	
		top: -210px;				
		z-index: 1;
		width: 96%;
        margin:  0 auto; /* 中央寄せ */
	}


	#deliver .imageContets .texArea_food p {
        position: absolute;
		bottom: -190px;	
		left: 0px;	
		font-size: 13px;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #333333;
	}	

	#deliver .imageContets .texArea_right p {
		position: relative;	
		left: -94px;
		top: 358px;				
		font-size: 15px;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #333333;
	}	

	#deliver .imageContets .texArea p span {
		margin: 0 -5px 0 0;
	}

	#deliver .imageContets .add {
		position: relative;	
		top: -60px;	
		left: -5px;			
		font-size: 11px;
		font-weight: 400;
		line-height: 1.5;
		margin-bottom: 9px;
		padding: 0 0 0 7.5%;
	}

	

	#deliver .imageContets2 {
		margin: 0 0 29px;
		padding: 283px 0 0 0;
		box-sizing: border-box;
	}

	#deliver .imageContets2 .bg {
		position: absolute;
		top: 0;
		left: 0;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	#deliver .imageContets2 .bg img {
		min-width: 100%;
	}

	#deliver .imageContets2 .texArea {
		position: relative;
		left: 100px;	
		top: 50px;				
		z-index: 1;
		width: 100%;
	}

	#deliver .imageContets2 .texArea p {
		font-size: 15px;
		font-weight: 600;
		line-height: 2.3333;
		letter-spacing: 0;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #00014a;
	}

	#deliver .imageContets2 .texArea_food p {
		position: relative;	
		left: 30px;	
		font-size: 15px;
		font-weight: 600;
		line-height: 2.3333;
		letter-spacing: 0;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #00014a;
	}	

	#deliver .imageContets2 .texArea p span {
		margin: 0 -5px 0 0;
	}

	#deliver .imageContets2 .add {
		position: relative;	
		top: -287px;	
		left: -5px;			
		font-size: 11px;
		font-weight: 400;
		line-height: 1.5;
		margin-bottom: 9px;
		padding: 0 0 0 7.5%;
	}


	#deliver .lineBox {
		display: block;
		width: 86%;
		margin: 0 auto 30px;
		padding: 34px 33px 22px 36px;
	}

	#deliver .lineBox:before {
		content: '';
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border: 1px solid #B09548;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#deliver .lineBox .firstBox {
		display: block;
		width: 100%;
		margin-bottom: 31px;
	}

	#deliver .lineBox .firstBox h3 {
		font-size: 15px;
		font-weight: 600;
		margin: 0 0 21px 0;
	}

	#deliver .lineBox .firstBox ul li {
		display: flex;
		margin-bottom: 5px;
	}

	#deliver .lineBox .firstBox ul li .icon {
		width: 7.88px;
		margin: 0 6px 0 0;
	}

	#deliver .lineBox .firstBox ul li .texArea {
		width: calc(100% - 13.88px);
	}

	#deliver .lineBox .firstBox ul li .texArea .tex {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.7857;
	}

	#deliver .lineBox .secondBox {
		display: block;
		width: 100%;
	}

	#deliver .lineBox .secondBox h3 {
		font-size: 15px;
		font-weight: 600;
		margin: 0 0 21px 0;
	}

	#deliver .lineBox .secondBox ul li {
		display: flex;
		margin-bottom: 5px;
	}

	#deliver .lineBox .secondBox ul li .icon {
		width: 7.88px;
		margin: 0 6px 0 0;
	}

	#deliver .lineBox .secondBox ul li .texArea {
		width: calc(100% - 13.88px);
	}

	#deliver .lineBox .secondBox ul li .texArea .tex {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.7857;
	}

	#deliver .lineBox ul li .addlList {
		display: flex;
		margin: 2px 0 2px 0;
	}

	#deliver .lineBox ul li .addlList .smallIcon {
		font-size: 13px;
		font-weight: 600;
		margin: 0 4px 0 0;
	}

	#deliver .lineBox ul li .addlList .smallTex {
		font-size: 13px;
		font-weight: 600;
	}

	/*---------------------------------
		#pickup
	---------------------------------*/

	#pickup {
		padding: 64px 0 35px;
		position: relative;
		overflow: hidden;
		background: url('https://shop.rtg.jp/Contents%2fFeature%2fwhite_litebulle_background_color.jpg') center no-repeat;
		background-size: cover;
	}

	#pickup .objTitle {
		position: relative;
		margin: 0 0 77px;
	}

	#pickup .objTitle:before {
		content: '';
		width: 375px;
		height: 134.5px;
		background: url('https://shop.rtg.jp/Contents%2fFeature%2fCarbonated_Water_LP_tittle_haikei1_sp.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#pickup .objTitle .ribonIcon {
		width: 100%;
		max-width: 66.35px;
		margin: 0 auto 17px;
	}

	#pickup .objTitle .enTex {
		margin: 0 0 11px;
	}

	#pickup .objTitle .enTex p {
		font-size: 12px;
	}

	#pickup .objTitle h2 {
		font-size: 20px;
	}

	#pickup .pickupListFull {
		margin-bottom: 0;
	}

	#pickup .pickupListFull .inner {
		padding: 0 7.5%;
	}

	#pickup .pickupListFull .box {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 44px;
	}

	#pickup .pickupListFull .box:after {
		right: -3px;
		bottom: -3px;
	}

	#pickup .pickupListFull .box .image {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	#pickup .pickupListFull .box .image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	#pickup .pickupListFull .box .conts {
		width: 100%;
		height: auto;
		padding: 20px 23px 21px 25px;
	}

	#pickup .pickupListFull .box .areaIcon {
		position: absolute;
		left: 0;
		top: -22px;
		width: 96.37px;
		height: 96.37px;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-sp.png') no-repeat;
		background-size: cover;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#pickup .pickupListFull .box .areaIcon p {
		font-size: 12.5px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "Shippori Mincho", serif;
		transform: translateY(2px);
		-webkit-transform: translateY(2px);
	}

	#pickup .pickupListFull .box .conts h3 {
		font-size: 17.5px;
		margin: 0 0 15px 0;
		padding: 0 0 5px 0;
	}

	#pickup .pickupListFull .box .conts p {
		font-size: 14px;
		line-height: 1.7857;
	}

	#pickup .pickupListHerf {
		margin-bottom: 0;
	}

	#pickup .pickupListHerf .inner {
		padding: 0 7.5%;
		display: block;
	}

	#pickup .pickupListHerf .box {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 46px;
	}

	#pickup .pickupListHerf .box:last-child {
		margin-bottom: 0;
	}

	#pickup .pickupListHerf .box:after {
		right: -3px;
		bottom: -3px;
	}

	#pickup .pickupListHerf .box .image {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	#pickup .pickupListHerf .box .conts {
		width: 100%;
		height: auto;
		padding: 20px 23px 21px 25px;
	}

	#pickup .pickupListHerf .box .areaIcon {
		position: absolute;
		left: 0;
		top: -22px;
		width: 96.37px;
		height: 96.37px;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-sp.png') no-repeat;
		background-size: cover;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#pickup .pickupListHerf .box .areaIcon p {
		font-size: 12.5px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "Shippori Mincho", serif;
		transform: translateY(2px);
		-webkit-transform: translateY(2px);
	}

	#pickup .pickupListHerf .box .conts h3 {
		font-size: 17.5px;
		margin: 0 0 15px 0;
		padding: 0 0 5px 0;
	}

	#pickup .pickupListHerf .box .conts p {
		font-size: 14px;
		line-height: 1.7857;
	}

	#pickup .recipe02 {
		 width: 100%;
         float: none;
		 padding-bottom: 4%;
	}
	
	#pickup .button-2 {
         font-size: 1.0em;
		 width: 70%; 
		 text-align: center;
		 margin:  0 auto; /* 中央寄せ */ 
	}	

	/*---------------------------------
		#item
	---------------------------------*/

	#item {
		padding: 49px 0 40px;
		position: relative;
		overflow: hidden;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/itemBg-sp.jpg') center no-repeat;
		background-size: cover;
	}

	#item .inner {
		position: relative;
		padding: 0 2.3%;
	}

	#item .itemList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 32px;
	}

	#item .itemList .box {
		width: 48%;
		margin: 0 0 20px 0;
	}

	#item .itemList .box .iconHead {
		display: flex;
		margin-bottom: 8px;
	}

	#item .itemList .box .iconHead .icon {
		width: 7.88px;
		margin: 0 6px 0 0;
		transform: translateY(1px);
    -webkit-transform: translateY(1px);
	}

	#item .itemList .box .iconHead .tex {
		width: calc(100% - 13.88px);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.625;
		letter-spacing: 0;
		color: #444444;
		font-family: "Shippori Mincho", serif;
	}

	#item .itemList .box .image {
		margin-bottom: 5px;
	}

	#item .itemList .box p {
		font-size: 13px;
		line-height: 1.692;
	}

}
